DismissDialog
data class DismissDialog(val tag: String, val fragmentRequestKey: String? = null, val getFragmentManager: ActivityLifecycleSubscribable.LifecycleManager.() -> FragmentManager = { fragmentManager }) : NavigationSpec
Dismisses a DialogFragment with a given Tag
Parameters
tag
The tag of the DialogFragment to remove
fragmentRequestKey
Optional key to provide to FragmentManager.setFragmentResult
getFragmentManager
Optional getter for the FragmentManager to handle removing the DialogFragment
Constructors
Link copied to clipboard
constructor(tag: String, fragmentRequestKey: String? = null, getFragmentManager: ActivityLifecycleSubscribable.LifecycleManager.() -> FragmentManager = { fragmentManager })